/*重置*/

body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
    list-style: none;
}

body,button,input,select,textarea {
    font: 14px tahoma,arial,simsun,sans-serif;
}

body {
    color: #333333;
    background: #FFFFFF;
    color: #333333;
    font-family: "微软雅黑";
    zoom: 100%;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    background: url(banner.jpg) no-repeat top;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

address,cite,dfn,em,var {
    font-style: normal;
}

a {
    font-size: 1rem;
    color: #333;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    font-family: "微软雅黑";
    outline: 0;
}

a:hover {
    text-decoration: none;
}

legend {
    color: #000;
}

fieldset,img {
    border: 0;
}

button,input,select,textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
}

img {
    border: none;
}

.navHd1 {
    width: 1000px;
    margin: 0 auto;
}

.subNav1 {
    float: left;
    text-align: center;
    width: 12%;
}

.menu1 {
    color: #108de7;
    font-size: 16px;
    line-height: 26px;
}



/*浮动*/

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix {
    zoom: 1;
}

/*布局*/

.wrapper {
    margin: 0 auto;
}

.main {
    margin: 0 auto;
}

.mod {
    border-bottom: 2px solid #108de7;
    background: #FFFFFF;
    line-height: 42px;
}

.tips {
    color: #a61211;
}

.times {
    color: #a1a1a1;
}

/*topBar*/

.topBar {
    height: 26px;
    margin: 0 12%;
    color: #333333;
    background: #FAFAFA;
}

.topBar a {
    color: #aeb1b5;
    font-size: 12px;
    line-height: 26px;
    margin: 0 10px;
}

.banner {
    position: relative;
    height: 221px;
    background: url(banner2.png)no-repeat;
}

/*search*/

.search {
    width: 220px;
    height: 32px;
    margin: 11px 0;
    _margin: 0;
    *margin: 0;
}

.search-box {
    display: inline-block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: none;
    padding: 0 5px;
}

.search-btn {
    display: inline-block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    background: #1c569d;
    color: #fff;
    font-weight: bold;
    border: none;
}

/*nav box*/

.navHd {
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.navHd li {
    position: relative;
    float: left;
}

.navHd .menu {
    display: inline-block;
    width: 97px;
    padding: 0 10px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.navHd  .selected {
    width: 90px;
    height: 55px;
    background: #ddd;
    color: #fff;
}

.sub-nav {
    position: absolute;
    top: 54px;
    left: 0;
    background: #dcf0f9;
    width: 127px;
    text-align: center;
    border-top: 1px solid #3c88de;
    z-index: 9999;
}

.sub-nav li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.sub-nav li a {
    display: block;
    width: 127px;
    height: 40px;
    line-height: 40px;
    color: #0a4794;
    font-weight: bold;
}

.sanjiao {
    position: absolute;
    top: 41px;
    left: 25px;
    width: 28px;
    height: 14px;
    background: url(top-hd.png) no-repeat left top;
    z-index: 10000;
}

.webMenu {
    position: absolute;
    top: 54px;
    width: 540px;
    padding: 10px;
    border: 1px solid #fd7024;
    background: #fff;
    z-index: 9999;
}

.webMenu li {
    width: 170px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.webMenu li a {
    color: #3c88de;
}

/*copyright*/

.footer {
    background: #f7f7f7 url(footer-top.png) repeat-x top;
    border-top: 0px solid #dcdcdc;
    padding: 40px 0px;
    margin-top: 20px;
}

.information1 {
    margin: 0 auto;
    width: 1052px;
    position: relative;
}

.information1 a {
    color: #666;
}

.information-text {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    color: #666;
    line-height: 22px;
}

.information-img-left {
    position: absolute;
    bottom: -7px;
    left: 290px;
}

.information-img-right {
    position: absolute;
    bottom: -7px;
    right: 234px;
}

.copy-right {
    position: relative;
    width: 1000px;
    ;margin: 0 auto;
    padding: 25px 0;
}

.copy-right p {
    line-height: 25px;
    text-align: center;
}

.copyRight {
    position: absolute;
    right: 50px;
    bottom: 25px;
    width: 170px;
}

.copyRight img {
    float: left;
    margin-right: 20px;
}
